Recent regular expressions posts

Wordle the Best Start

2022-02-01 | words, regular expressions

Wordle is a popular word game. You have six chances to guess a five-letter word. For each guess, you learn how many letters are in the right place, and how many are in

View post

Regular Expressions

2022-01-28 | programming, Python, regular expressions

Regular expressions are a wonderful shorthand way to select and manipulate strings.

View post